                              README

                	    Nexcopy Inc.
                    Command Line Lock / Unlock Tool



=======================================================================
     Deploying Nexcopy Command Line Locking Tool
=======================================================================

This command line tool will allow a programmer to lock and unlock this USB stick through their application.  The commands below are what is needed to implement this tool with your program.

=======================================================================

1.)    Go to Start -> Run and type cmd and press Ok

2.)    Youll need to navigate your way to the correct directory where you put the 2001Lock.exe file. So for instance, if you put it on the root of your C drive, at the command prompt you could just type: cd C:\

3.)    Type: 2001Lock.exe h to show a screen of information about what flags you can use and what they do

4.)    To lock a drive, type: 2001Lock.exe l X: and replace X with the drive letter of the drive youre wanting to lock.

5.)    To unlock a drive, type: 2001Lock.exe u X: and replace X with the drive letter of the drive youre wanting to unlock.

6.)    To see the locked/unlocked status of a drive, type: 2001Lock.exe s X: and replace X with the drive letter of the drive youre wanting to unlock.  0 = locked and 1 = unlocked

7.)    To see if the USB stick supports the locking function type: 2001Lock.exe -c x:  0 = not supported and 1 = supported

